home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pbm / pbmreduce.man < prev    next >
Text File  |  1995-03-17  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pbmreduce(1)         AMIGA (02 August 1989)          pbmreduce(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pbmreduce - read a portable bitmap and reduce it N times
  10.  
  11.      SYNOPSIS
  12.           pbmreduce [-floyd|-fs|-threshold ] [-value val] N [pbmfile]
  13.  
  14.      DESCRIPTION
  15.           Reads a portable bitmap as input.  Reduces it by a factor of
  16.           N, and produces a portable bitmap as output.
  17.  
  18.           pbmreduce duplicates a lot of the functionality of pgmtopbm;
  19.           you could do something like pnmscale | pgmtopbm, but
  20.           pbmreduce is a lot faster.
  21.  
  22.           pbmreduce can be used to "re-halftone" an image.  Let's say
  23.           you have a scanner that only produces black&white, not
  24.           grayscale, and it does a terrible job of halftoning (most
  25.           b&w scanners fit this description).  One way to fix the
  26.           halftoning is to scan at the highest possible resolution,
  27.           say 300 dpi, and then reduce by a factor of three or so
  28.           using pbmreduce.  You can even correct the brightness of an
  29.           image, by using the -value flag.
  30.  
  31.      OPTIONS
  32.           By default, the halftoning after the reduction is done via
  33.           boustrophedonic Floyd-Steinberg error diffusion; however,
  34.           the -threshold flag can be used to specify simple
  35.           thresholding.  This gives better results when reducing line
  36.           drawings.
  37.  
  38.           The -value flag alters the thresholding value for all
  39.           quantizations.  It should be a real number between 0 and 1.
  40.           Above 0.5 means darker images; below 0.5 means lighter.
  41.  
  42.           All flags can be abbreviated to their shortest unique
  43.           prefix.
  44.  
  45.      SEE ALSO
  46.           pnmenlarge(1), pnmscale(1), pgmtopbm(1), pbm(5)
  47.  
  48.      AUTHOR
  49.           Copyright (C) 1988 by Jef Poskanzer.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.